home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Other Langs
/
mpw yacc ƒ src
/
mpw-yacc..doc
< prev
next >
Wrap
Text File
|
1989-12-15
|
2KB
|
37 lines
cat mpw-yacc.hqx
Date: Sun, 19 Nov 89 20:22:08 -0500
From: earleh@eleazar.dartmouth.edu (Earle R. Horton)
To: info-mac@sumex-aim.stanford.edu
This is a public domain yacc implementation for MPW, containing both
tool and source code. I glommed the sources from tut.cis.ohio-state.edu,
so thanks to whoever put them there. What follows is a portion of the
README file contained with the sources, then a Bin Hexed Stuffit archive
containing tool and sources.
If you don't want to read the documentation, then the only thing you
really have to know about the tool is that the parser file is stored in
the data fork. In order for the tool to find the parser file, invoke
it using a script or alias which uses the tool's full pathname.
Earle R. Horton
Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been
made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any
input specification that conforms to the AT&T Yacc documentation.
Specifications that take advantage of undocumented features of AT&T Yacc will
probably be rejected.
Berkeley Yacc is distributed with no warranty whatever. No contributor
takes responsibility for any consequences of its use.
The source code for Berkeley Yacc is in the public domain. The data
structures and algorithms used in Berkeley Yacc are all either taken from
documents available to the general public or are inventions of the author.
Anyone may freely distribute unchanged or modified copies of Berkeley Yacc.
However, no proprietary claims should be made on the original code. Output
generated by Berkeley Yacc may be freely distributed.
...